If you no longer want to receive event notifications, you need to unsubscribe from them. To unsubscribe from a single monitored item, call the UnsubscribeMonitoredItem method, passing it the (event) subscription handle. To unsubscribe from events in an efficient manner, call the UnsubscribeMultipleMonitoredItems method (instead of calling UnsubscribeMonitoredItem in a loop), passing it an array of (event) subscription handles.
You can unsubscribe from all monitored items you have previously subscribed to (on the same instance of EasyUAClient object) by calling the UnsubscribeAllMonitoredItems method.